home *** CD-ROM | disk | FTP | other *** search
- @echo off
- cls
- if %1x == x goto help
- echo This will create your OL600e Windows 3.1x software disk 1 on %1.
- echo Press Ctrl Break to abort or any other key to continue
- pause >nul
- 600ew31 %1
- goto END
- :help
- echo ---------------------------------------
- echo Usage: MAKDISK1 [destination:]
- echo ---------------------------------------
- echo Example: MAKDISK1 A: -- Will create your OL600e Window 3.1x disk 1.
- echo
- pause >nul
- :END
-